Added defaultOptions to Multi Select List#86
Added defaultOptions to Multi Select List#86KoalaBear wants to merge 1 commit intodanish1658:mainfrom
Conversation
|
I had raised a pull request to Koala's repo so as to make the defaultOptions work with save props ('key' or 'value') and also in a format similar to defaultOption in Select. Not sure whether want to keep it as defaultOption too in the MultiSelect instead of defaultOptions |
|
As KoalaBear mentioned, I saw that MultipleSelectList has a defaultOptions property, but it is not implemented. I am working on an app right now where this functionality would be very helpful. Please get this reviewed and merge soon. Thanks. |
|
Hello, I have been using the library and it would be great to have the functionality of sending the default values to the MultiSelectList. Could you please continue with this PR? Thank you @danish1658 |
|
+1 |
|
Please update
|
The current
defaultOptionexists on bothMultipleSelectListandSelectListwhile it is only implemented forSelectList.So I added a
defaultOptionsvariable & implemented it forMultipleSelectListin order to be able to load up a list of previously selected values from my app storage.